home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / include / gnu / stubs.h < prev   
C/C++ Source or Header  |  2009-10-07  |  315b  |  13 lines

  1. /* This file selects the right generated file of `__stub_FUNCTION' macros
  2.    based on the architecture being compiled for.  */
  3.  
  4. #include <bits/wordsize.h>
  5.  
  6. #if __WORDSIZE == 32
  7. # include <gnu/stubs-32.h>
  8. #elif __WORDSIZE == 64
  9. # include <gnu/stubs-64.h>
  10. #else
  11. # error "unexpected value for __WORDSIZE macro"
  12. #endif
  13.